home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / programs / pc2amiga / devs / pcentry < prev   
Text File  |  1997-03-27  |  1KB  |  41 lines

  1. #
  2.     PC:
  3. /* Mounting receipt for the PC device */
  4.  
  5.     FileSystem = l:pc2am-handler
  6.     Stacksize = 4096
  7.     Priority = 5
  8.     GlobVec = -1
  9.  
  10. /*  These four values specifies parameters of serial (or other if you use
  11.     multiserial card) device to communicate via. */
  12.     Device = serial.device     /* baudbandit2.device */
  13.     Unit = 0
  14.     Flags = 0
  15.     Baud = 38400
  16.  
  17. /*  Maximal length of packet */
  18.  
  19.     MaxTransfer = 8192
  20.  
  21.  
  22. /*  Timeout value in tenths of second (not surfaces :-)*/
  23.  
  24.     Surfaces = 20
  25.  
  26.  
  27. /*  This contains type of indication. Supported types: 0=NONE, 1=LED,
  28.     2 = Gopher-like, 3 = Background */
  29.     BlocksPerTrack = 2
  30.  
  31.  
  32. /*  Specifies hotkey.  Shifting bits are as follows:  8 - CTRL, 9 - LALT,
  33.     10 - RALT, 11 - LSHIFT, 12 - RSHIFT, 13 - LCOMMAND, 14 - RCOMMAND */
  34.     LowCyl = 818
  35.  
  36. /*  Low 4 bits:  Timeouts to popup requester.  This value is always
  37.     incremented by one (0 means use default (4, used for backward
  38.     compatibility), 1 don't use at all). */
  39. /*  Bit #4 = Pretend that we support SetComment() */
  40.     HighCyl = 20
  41.